'Declaration
Public Overloads Shared Sub LogCertificate( _ ByVal eventId As EventId, _ ByVal message As String, _ ByVal certificate As X509Certificate2, _ ByVal ParamArray args() As Object _ )
'Usage
Dim eventId As EventId Dim message As String Dim certificate As X509Certificate2 Dim args() As Object Utils.LogCertificate(eventId, message, certificate, args)
public static void LogCertificate( EventId eventId, string message, X509Certificate2 certificate, params object[] args )
public: static void LogCertificate( EventId eventId, String^ message, X509Certificate2^ certificate, ... array<Object^>^ args )
Parameters
- eventId
- The event id associated with the log.
- message
- The log message as string.
- certificate
- The certificate information to be logged.
- args
- An object array that contains zero or more objects to format.